#fastboot erase abl
Explore tagged Tumblr posts
Note
hey this is manthatispannxd this is my normal account and u should follow this one because I like attention and also I’m kinda funny if I do say so myself
you're so cool for sending this ask i will give it a response and follow that one
#ask#panmanxd#manthatispannxd#xiaomi#mi#mi car#android#fastboot#fastboot erase abl#lost this gif once won't happen again#thanks tumblr tags
1 note
·
View note
Text
ubuntu's no hd acces in vlc in photo's explorer error i think!!!
Have you hibernated or suspended your Windows before booting Ubuntu? If so, boot to Windows and shutdown properly. – Michal PolovkaSep 4, 2016 at 17:21
No I just Shut down it. And then I reboot with Windows 10 and working there for more then 2 hours. but When I rebooted it Ubuntu again it is showing Error. – Abhishek T.Sep 4, 2016 at 17:23
Add a comment
2 Answers
Sorted by:
14
Simply open terminal and type this commandsudo ntfsfix /dev/sda2
you can replace /dev/sda2 by your appropriate drive in which you are facing problem, like in my case there was a same problem with my drive /dev/ada4
Share
Improve this answer Follow
edited Nov 8, 2017 at 5:33
muru
187k4949 gold badges453453 silver badges703703 bronze badges
answered Jul 9, 2017 at 14:02
user710443
14111 silver badge33 bronze badges
How to know my drive ? , Yup its displaying in error window. – 151291May 18, 2018 at 6:22
but not able access windows C drive. mount not permitted. – 151291May 18, 2018 at 6:29
1 on run this over / where I have issue, I got : Volume is corrupt. You should run chkdsk. – CarmineMar 13, 2019 at 12:40
Will this erase the content of the disk? – TrectFeb 20, 2020 at 10:52
Add a comment
5
Windows 10 (or Windows 8/8.1), by default, hibernates all drives.
In order to access Windows drives from other OSes in dual boot you need to disable the fastboot default option in Windows.
Option 1
Open Control Panel > Power Options. Click "Choose what the power buttons do" and then "Change settings that are currently unavailable". Under "Shutdown settings", uncheck the Turn on fast startup box, click on the "Save changes" button and shutdown (do not simply reboot because it will reverse the changes).
Option 2 - Edit the registry entry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power and change its DWORD value to 0. Shutdown.
Source: http://www.tenforums.com/tutorials/4189-fast-startup-turn-off-windows-10-a.html
Anyway, you shouldn't be messing with your Windows system partition from Ubuntu. If you need to share files between OSes consider creating another partition (NTFS) just for that. Doing otherwise the chance of your Windows not booting afterwards is very high.
Share
Improve this answer Follow
edited Sep 4, 2016 at 17:35
answered Sep 4, 2016 at 17:24
user589808
Good answer, could you please add information how to disable fastboot? – Michal PolovkaSep 4, 2016 at 17:25
Please Notice it I am having access to those NTFS drives in Ubuntu too before updating. but now (After Update) it is giving Such type of Error. And I just bring it in your notice that I have rebooted my system before it many times with both OS and did not get this Error before now. – Abhishek T.Sep 4, 2016 at 17:27
@Michal - Done! ;-)
– user589808
Sep 4, 2016 at 17:36
@AbhishekTandon perhaps previous versions never checked if Windows was hibernated and allowed you access which could cause damage. If so then in 16.04 extra protection has been added which is an improvement. Either way your screen clearly shows Windows is hibernated and that is preventing you from accessing data today.
– WinEunuuchs2Unix
Sep 4, 2016 at 17:37
@Abhishek Tandon - Please, first of all, consider NOT doing it for the reasons I mentioned. Please read the link I just edited in the answer for more informations about Windows 10.
– user589808
Sep 4, 2016 at 17:37
0 notes